home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMDEBUG / TFRMDEBUG.txt
Text File  |  2006-11-06  |  866b  |  45 lines

  1. object frmDebug: TfrmDebug
  2.   Left = 400
  3.   Top = 0
  4.   Caption = 'frmDebug'
  5.   ClientHeight = 75
  6.   ClientWidth = 402
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Shell Dlg 2'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesigned
  15.   OnShow = FormShow
  16.   DesignSize = (
  17.     402
  18.     75)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblFtpState: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 377
  25.     Height = 13
  26.     Anchors = [akLeft, akTop, akRight]
  27.     AutoSize = False
  28.     Caption = 'ftp state'
  29.   end
  30.   object lblFtpTransferState: TLabel
  31.     Left = 8
  32.     Top = 40
  33.     Width = 385
  34.     Height = 13
  35.     Anchors = [akLeft, akTop, akRight]
  36.     AutoSize = False
  37.     Caption = 'ftp transfer state'
  38.   end
  39.   object Timer: TTimer
  40.     OnTimer = TimerTimer
  41.     Left = 272
  42.     Top = 152
  43.   end
  44. end
  45.